home *** CD-ROM | disk | FTP | other *** search
/ PC Format 9 (5.25") / PC Format - Issue 9 June 1992 - Disk 2.ima / PCF.BAT < prev   
DOS Batch File  |  1992-04-24  |  1KB  |  66 lines

  1. echo off
  2. cls
  3.  
  4. nocurs
  5. disp menu\pcf0 1
  6. disp menu\pcfiss9 1
  7. :start
  8. disp menu\pcfiss9 2
  9. getkey afx
  10.  
  11. if errorlevel 3 goto quit
  12. if errorlevel 2 goto fonts
  13. if errorlevel 1 goto art
  14.  
  15. :art
  16. cls
  17. echo Copying art files to PFS:First Publisher directory...
  18. copy \art\*.* c:\pub
  19. cls
  20. echo Art files are now present for use with PFS:First Publisher
  21. echo Please refer to page 12 for details on how to use these art files.
  22. pause
  23. goto start
  24.  
  25. :fonts
  26. disp menu\wdrive 2
  27. getkey bam
  28.  
  29. if errorlevel 3 goto start
  30. if errorlevel 2 goto ain
  31. if errorlevel 1 goto bin
  32.  
  33. :ain
  34. cls
  35. echo Copying compressed font files to PFS:First Publisher directory...
  36. copy \fonts\*.* c:\pub
  37. c:
  38. cd \pub
  39. cls
  40. echo Restoring font files...
  41. fonts
  42. echo Please refer to page 12 for details on how to use these font files.
  43. pause
  44. a:
  45. goto start
  46.  
  47. :bin
  48. cls
  49. echo Copying compressed art files to PFS:First Publisher directory...
  50. copy \fonts\*.* c:\pub
  51. c:
  52. cd \pub
  53. cls
  54. echo Restoring art files...
  55. fonts
  56. echo Please refer to page 12 for details on how to use these font files.
  57. pause
  58. b:
  59. goto start
  60.  
  61. :quit
  62. cls
  63. disp menu\pcfend 2
  64. pause
  65. cls
  66.